3.279 \(\int x^{-1-3 n} (a x^2+b x^3)^n \, dx\)

Optimal. Leaf size=54 \[ -\frac{x^{-3 n} \left (\frac{b x}{a}+1\right )^{-n} \left (a x^2+b x^3\right )^n \, _2F_1\left (-n,-n;1-n;-\frac{b x}{a}\right )}{n} \]

[Out]

-(((a*x^2 + b*x^3)^n*Hypergeometric2F1[-n, -n, 1 - n, -((b*x)/a)])/(n*x^(3*n)*(1 + (b*x)/a)^n))

________________________________________________________________________________________

Rubi [A]  time = 0.0382429, antiderivative size = 54, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 21, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143, Rules used = {2032, 66, 64} \[ -\frac{x^{-3 n} \left (\frac{b x}{a}+1\right )^{-n} \left (a x^2+b x^3\right )^n \, _2F_1\left (-n,-n;1-n;-\frac{b x}{a}\right )}{n} \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 - 3*n)*(a*x^2 + b*x^3)^n,x]

[Out]

-(((a*x^2 + b*x^3)^n*Hypergeometric2F1[-n, -n, 1 - n, -((b*x)/a)])/(n*x^(3*n)*(1 + (b*x)/a)^n))

Rule 2032

Int[((c_.)*(x_))^(m_.)*((a_.)*(x_)^(j_.) + (b_.)*(x_)^(n_.))^(p_), x_Symbol] :> Dist[(c^IntPart[m]*(c*x)^FracP
art[m]*(a*x^j + b*x^n)^FracPart[p])/(x^(FracPart[m] + j*FracPart[p])*(a + b*x^(n - j))^FracPart[p]), Int[x^(m
+ j*p)*(a + b*x^(n - j))^p, x], x] /; FreeQ[{a, b, c, j, m, n, p}, x] &&  !IntegerQ[p] && NeQ[n, j] && PosQ[n
- j]

Rule 66

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[(c^IntPart[n]*(c + d*x)^FracPart[n])/(1 + (d
*x)/c)^FracPart[n], Int[(b*x)^m*(1 + (d*x)/c)^n, x], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[m] &&  !Int
egerQ[n] &&  !GtQ[c, 0] &&  !GtQ[-(d/(b*c)), 0] && ((RationalQ[m] &&  !(EqQ[n, -2^(-1)] && EqQ[c^2 - d^2, 0]))
 ||  !RationalQ[n])

Rule 64

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(c^n*(b*x)^(m + 1)*Hypergeometric2F1[-n, m +
 1, m + 2, -((d*x)/c)])/(b*(m + 1)), x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[m] && (IntegerQ[n] || (GtQ[
c, 0] &&  !(EqQ[n, -2^(-1)] && EqQ[c^2 - d^2, 0] && GtQ[-(d/(b*c)), 0])))

Rubi steps

\begin{align*} \int x^{-1-3 n} \left (a x^2+b x^3\right )^n \, dx &=\left (x^{-2 n} (a+b x)^{-n} \left (a x^2+b x^3\right )^n\right ) \int x^{-1-n} (a+b x)^n \, dx\\ &=\left (x^{-2 n} \left (1+\frac{b x}{a}\right )^{-n} \left (a x^2+b x^3\right )^n\right ) \int x^{-1-n} \left (1+\frac{b x}{a}\right )^n \, dx\\ &=-\frac{x^{-3 n} \left (1+\frac{b x}{a}\right )^{-n} \left (a x^2+b x^3\right )^n \, _2F_1\left (-n,-n;1-n;-\frac{b x}{a}\right )}{n}\\ \end{align*}

Mathematica [A]  time = 0.00813, size = 52, normalized size = 0.96 \[ -\frac{x^{-3 n} \left (x^2 (a+b x)\right )^n \left (\frac{b x}{a}+1\right )^{-n} \, _2F_1\left (-n,-n;1-n;-\frac{b x}{a}\right )}{n} \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 - 3*n)*(a*x^2 + b*x^3)^n,x]

[Out]

-(((x^2*(a + b*x))^n*Hypergeometric2F1[-n, -n, 1 - n, -((b*x)/a)])/(n*x^(3*n)*(1 + (b*x)/a)^n))

________________________________________________________________________________________

Maple [F]  time = 0.241, size = 0, normalized size = 0. \begin{align*} \int{x}^{-1-3\,n} \left ( b{x}^{3}+a{x}^{2} \right ) ^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(-1-3*n)*(b*x^3+a*x^2)^n,x)

[Out]

int(x^(-1-3*n)*(b*x^3+a*x^2)^n,x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b x^{3} + a x^{2}\right )}^{n} x^{-3 \, n - 1}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-3*n)*(b*x^3+a*x^2)^n,x, algorithm="maxima")

[Out]

integrate((b*x^3 + a*x^2)^n*x^(-3*n - 1), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left ({\left (b x^{3} + a x^{2}\right )}^{n} x^{-3 \, n - 1}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-3*n)*(b*x^3+a*x^2)^n,x, algorithm="fricas")

[Out]

integral((b*x^3 + a*x^2)^n*x^(-3*n - 1), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{- 3 n - 1} \left (x^{2} \left (a + b x\right )\right )^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1-3*n)*(b*x**3+a*x**2)**n,x)

[Out]

Integral(x**(-3*n - 1)*(x**2*(a + b*x))**n, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b x^{3} + a x^{2}\right )}^{n} x^{-3 \, n - 1}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-3*n)*(b*x^3+a*x^2)^n,x, algorithm="giac")

[Out]

integrate((b*x^3 + a*x^2)^n*x^(-3*n - 1), x)